UInt64NINumericUInt64NMultiply Method
Computes the product of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt64N INumeric<UInt64N>.Multiply(
UInt64N value
)
Private Function Multiply (
value As UInt64N
) As UInt64N Implements INumeric(Of UInt64N).Multiply
private:
virtual UInt64N Multiply(
UInt64N value
) sealed = INumeric<UInt64N>::Multiply
private abstract Multiply :
value : UInt64N -> UInt64N
private override Multiply :
value : UInt64N -> UInt64N
- value UInt64N
- The value to multiply with the current value.
UInt64NThe product of the current value and
value.
INumericTSelfMultiply(TSelf)